home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / jav503.zip / vidtape.jav < prev   
Text File  |  1996-05-01  |  732b  |  75 lines

  1. // -[KeepHeading]-
  2.  
  3.  
  4. // -[Copyright]-
  5.  
  6. /**
  7.  * 
  8.  */
  9. import java.lang.*;
  10.  
  11.  
  12. // -[KeepBeforeClass]-
  13.  
  14.  
  15. // -[Class]-
  16.  
  17. /**
  18.  * @jTitle           VideoTape
  19.  * @jAuthor          Chris Colman
  20.  * @jOverridability  can be overridden
  21.  * @jDescription
  22.  * A copy, on video, of a particular film.
  23.  * 
  24.  * @see              
  25.  */
  26. public 
  27. class VideoTape
  28. {
  29. // -[KeepWithinClass]-
  30.  
  31.  
  32. // -[Fields]-
  33.  
  34.  
  35.  
  36. /**
  37.  * Unique ID of this video copy.
  38.  */
  39. protected long videoID;
  40.  
  41. /**
  42.  * Association declarations
  43.  */
  44.  
  45.  
  46.  
  47.  
  48. /**
  49.  * Association declarations
  50.  */
  51.  
  52.  
  53.  
  54. /**
  55.  * Association declarations
  56.  */
  57.  
  58.  
  59. /**
  60.  * Association declarations
  61.  */
  62.  
  63.  
  64. /**
  65.  * Association declarations
  66.  */
  67.  
  68.  
  69.  
  70. // -[Methods]-
  71.  
  72. }
  73.  
  74.  
  75.